IDomeCameraManagerMoveToPredefinedPosition Method |
Sets the camera to the specified preposition.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxvoid MoveToPredefinedPosition(
DomeCamera camera,
int predefinedPosition
)
Parameters
- camera DomeCamera
- predefinedPosition Int32
- Number of the predefined position.
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if camera doesn't exist in the configuration or is not permitted to caller.
Thrown when predefinedPosition is not in range from 1 to 100.
|
| UnauthorizedAccessSdkException |
Thrown if operation is not permitted to caller.
|
See Also